GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-04T01:06:54.1953115+00:00",
"SubmitDate": "2026-04-04T01:06:54.1953115+00:00",
"ReportPeriodStart": "2026-04-04T01:06:54.1953115+00:00",
"ReportPeriodEnd": "2026-04-04T01:06:54.1953115+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "65b724bd-e824-49a7-b755-128ab06ea86c",
"Rows": [
{
"ItemId": "bf8fe743-6399-4434-85eb-69552f56b761",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf8fe743-6399-4434-85eb-69552f56b761",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "65b724bd-e824-49a7-b755-128ab06ea86c",
"Rows": [
{
"ItemId": "bf8fe743-6399-4434-85eb-69552f56b761",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf8fe743-6399-4434-85eb-69552f56b761",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5078d38a-309d-4939-9e42-49f03643f6d6",
"94b4b5be-7db0-4b5c-b1c1-9e9ae3659f63"
],
"Approvers": [
"111995aa-9cbf-42ed-93de-89e552c97a01",
"eb8884e2-1fd3-4223-b1a8-65b8dc6eeba8"
],
"ApprovedBy": "aec05190-d051-494b-8b34-44c216f9507a",
"ApprovalDate": "2026-04-04T01:06:54.1953115+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "88383a9d-8b99-42fa-9536-ed31b1ae4f73",
"id": "1f3e7866-b5d3-47f5-9404-2b1736c845cd",
"ConfigId": "90241474-b574-4ce0-9e2a-9518707c7ee2"
},
{
"GenerationDate": "2026-04-04T01:06:54.1953115+00:00",
"SubmitDate": "2026-04-04T01:06:54.1953115+00:00",
"ReportPeriodStart": "2026-04-04T01:06:54.1953115+00:00",
"ReportPeriodEnd": "2026-04-04T01:06:54.1953115+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "65b724bd-e824-49a7-b755-128ab06ea86c",
"Rows": [
{
"ItemId": "bf8fe743-6399-4434-85eb-69552f56b761",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf8fe743-6399-4434-85eb-69552f56b761",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "65b724bd-e824-49a7-b755-128ab06ea86c",
"Rows": [
{
"ItemId": "bf8fe743-6399-4434-85eb-69552f56b761",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf8fe743-6399-4434-85eb-69552f56b761",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5078d38a-309d-4939-9e42-49f03643f6d6",
"94b4b5be-7db0-4b5c-b1c1-9e9ae3659f63"
],
"Approvers": [
"111995aa-9cbf-42ed-93de-89e552c97a01",
"eb8884e2-1fd3-4223-b1a8-65b8dc6eeba8"
],
"ApprovedBy": "aec05190-d051-494b-8b34-44c216f9507a",
"ApprovalDate": "2026-04-04T01:06:54.1953115+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "88383a9d-8b99-42fa-9536-ed31b1ae4f73",
"id": "1f3e7866-b5d3-47f5-9404-2b1736c845cd",
"ConfigId": "90241474-b574-4ce0-9e2a-9518707c7ee2"
}
]